wgpu4k-toolkit
Toggle table of contents
0.0.1
js
Platform filter
js
Switch theme
Search in API
wgpu4k-toolkit
wgpu4k-toolkit
/
io.ygdrasil.webgpu
/
[js]CanvasContext
Canvas
Context
js
class
CanvasContext
(
val
canvas
:
HTMLCanvasElement
,
val
wgpuContext
:
WGPUContext
)
:
AutoCloseable
Members
Constructors
Canvas
Context
Link copied to clipboard
js
constructor
(
canvas
:
HTMLCanvasElement
,
wgpuContext
:
WGPUContext
)
Properties
canvas
Link copied to clipboard
js
val
canvas
:
HTMLCanvasElement
wgpu
Context
Link copied to clipboard
js
val
wgpuContext
:
WGPUContext
Functions
close
Link copied to clipboard
js
open
override
fun
close
(
)